home *** CD-ROM | disk | FTP | other *** search
/ Spacewalker F97 / Spacewalker F97.iso / DRIVER / 235 / DOS_WIN / README.TXT < prev    next >
Encoding:
Text File  |  1995-05-18  |  9.1 KB  |  252 lines

  1.                  OPTi 82C930 SOFTWARE LATEST INFORMATION
  2.                      DOS/Windows Utilities and Driver
  3.                           Version 1.05, 05/17/95
  4.  
  5.  
  6.          !!! Note: For Windows users, please exit from Windows and run
  7.                    the installation from DOS. !!!
  8.  
  9. 0)  What's NEW in this release
  10.  
  11.      The v1.05 release contains:
  12.      - set MIC 20dB Gain default to OFF in SOUND16.CFG file
  13.      - add IRQ 2/9 selection for Sound Blaster mode
  14.      - Modified MC10 to disable Delay Interrupt
  15.      - Windows drivers: Modified to perserve XCTLn bits in PCR 
  16.        register
  17.      - Windows applications: add a demo application for Wave Audio 
  18.        playback and recording.
  19.  
  20.  
  21. 1)  SOFTWARE PACKAGE CONTENTS
  22.  
  23.      The 82C930 software package contains (1) 3.5" 1.44M diskette.
  24.      - This is the DOS plus Windows installation diskette
  25.  
  26.      The Install program will copy the following subdirectories and 
  27.      files in your destination directory:
  28.  
  29.      a.)  Installation files
  30.           - INSTALL.COM  - Installation Bring-up program 
  31.                            (in diskette only. won't be copied into HD)
  32.           - SNDINIT.EXE  - INSTALL Main Program
  33.           - INSTALL.DAT  - on-line help text file
  34.           - CDROM.CFG    - CDROM Config File
  35.           - README.TXT   - This file
  36.           - SOUND16.CFG  - Device Configuration File
  37.           - LOGO.BMP     - Company Logo BMP File
  38.  
  39.      b.)  DOS Drivers & Files
  40.           - SNDINIT.EXE  - also used as Audio Device Config/Test 
  41.                            Program
  42.           - VOLUME.BAT   - DOS Volume Setup Program
  43.           - VOLTSR.EXE   - Volume Control DOS Hotkey Program
  44.           - KARAOKE.EXE  - DOS Karaoke Control Program 
  45.           - CDSETUP.SYS  - CD-ROM setup device driver
  46.           - DEMO8.WAV    - 8-bit Wave audio file
  47.           - DEMO16.WAV   - 16-bit Wave audio file
  48.           - SOUND16.CFG  - Device Configuration file
  49.           - xxxx.SYS     - CD-ROM drivers
  50.  
  51.      c.)  Windows Drivers & Files (sub Directory: WINDRV)
  52.           - SND930.DRV   - Base Audio Device Driver
  53.           - MPU401P.DRV  - MPU-401 Device Driver
  54.           - V930D.386    - Virtual Audio Device Driver
  55.           - MSMIXMGR.DLL - MS Mixer Manager (Re-distribution)
  56.           - MIDIMAP.CFG  - Configuration file for MS Midi Mapper
  57.           - OEMSETUP.INF - For Windows drivers re-installation
  58.  
  59.      d.)  Windows Audio Application Programs  (sub Directory: WINAPP)
  60.  
  61.           For this release, OPTi provides one Windows Applet for
  62.           Audio Volume Mixer Control and a demo application for
  63.           Wave Audio playback and recording.
  64.  
  65.           Besides, you may get other Audio Applications from your 
  66.           Sound Card Manufacturer. Most likely, they will install 
  67.           their Audio Applications through this INSTALL package 
  68.           as well.
  69.  
  70. 2)  INSTALLATION PROCESS
  71.  
  72.      The hard disk installation program, INSTALL.COM, will copy 
  73.      the necessary files from OPTi Install diskette(s) into your 
  74.      hard disk. Please follow the installation procedures 
  75.  
  76.      (Assuming you are using floppy drive A, and you wish to install
  77.       to hard disk drive C)
  78.  
  79.      1. Place the disk labeled "OPTi 82C930 Installation" in 
  80.         Drive A (could be drive B).
  81.  
  82.      2. Type a: and press ENTER to change to Drive A.
  83.  
  84.      3. Type install and press ENTER to begin the installation.
  85.  
  86.      INSTALL.COM and SNDINIT.EXE will do the followings for you: 
  87.      
  88.      a.) Create the directory \OPTI930 (assuming: default) in your 
  89.          hard disk drive. 
  90.  
  91.      b.) Prompt you for CD-ROM and sound card options so that after
  92.          you have finished the installation and have rebooted your 
  93.          machine, you will be ready to use the sound card.
  94.  
  95.      c.) Copy the files in your floppy disk to the OPTI930 directory 
  96.          and Windows directory respectively.
  97.  
  98.      d.) Update your CONFIG.SYS, AUTOEXEC.BAT and SYSTEM.INI files
  99.          In CONFIG.SYS, the following will be added:
  100.  
  101.      - DEVICE=C:\OPTI930\CDSETUP.SYS /T:S /P:340 
  102.        (assuming SONY CD-ROM)
  103.         DEVICE=C:\OPTI930\SLCD.SYS /D:MSCD000 /B:340
  104.  
  105.      In AUTOEXEC.BAT:
  106.  
  107.      - PATH=C:\OPTI930 (appended)
  108.        SET SOUND16=C:\OPTI930
  109.        C:\OPTI930\SNDINIT /B
  110.        SET BLASTER=A220 I5 D1 T4
  111.  
  112.      In SYSTEM.INI:
  113.  
  114.      - [drivers]
  115.        WAVE=SND930.DRV
  116.        AUX=SND930.DRV
  117.        MIDI=SND930.DRV
  118.        MIXER=SND930.DRV
  119.        MIDI1=MPU401P.DRV
  120.  
  121.        [386Enh]
  122.        DEVICE=V930D.386
  123.  
  124.        SND930.DRV is the Base driver comprising WAVE, MIDI,
  125.        MIXER and AUXILIARY audio services.
  126.         
  127.        MPU401P.DRV is the device driver for MPU-401 Wave Table 
  128.        Synthesis interface which requires a MPU-401 compatible 
  129.        device attached to the MIDI Input/Output port or the Wave 
  130.        Table connector on board the sound card.
  131.  
  132.        V930D.386 is the Virtual Device driver for Windows 
  133.        Enhanced Mode.
  134.  
  135.  
  136. 3)  GETTING HELP ABOUT SNDINIT.EXE
  137.  
  138.      You can issue the following command to get information 
  139.      about sndinit.exe:
  140.  
  141.      - SNDINIT /?
  142.  
  143.  
  144. 4)  DOS VOLUME CONTROL TSR PROGRAM
  145.  
  146.      The volume control memory resident program, VOLTSR.EXE, allows
  147.      you to change volume using hot keys while you are in a DOS 
  148.      application. The hot keys are:
  149.  
  150.         Ctrl-Alt-U      Raises the volume
  151.         Ctrl-Alt-D      Lowers the volume
  152.         Ctrl-Alt-M      Mute
  153.  
  154.      For example, pressing the CTRL, ALT, and U keys will raise 
  155.      the volume.
  156.  
  157.      You need to load the TSR before you can use it. To load the TSR,
  158.      type VOLTSR at the DOS prompt.
  159.  
  160.  
  161. 5)  KARAOKE SUPPORT
  162.  
  163.      [for the DOS users]
  164.  
  165.      The Karaoke.exe program allows user to control the input volume
  166.      of the microphone on the fly with "HOT KEYS." Before using 
  167.      Karaoke, the VOLTSR.EXE program must be successfully loaded
  168.      and running.
  169.  
  170.      To enable Karaoke Mode, type: "KARAOKE ON" at the DOS prompt.
  171.  
  172.      To increase MIC input, use: Ctrl-Alt-PageUp
  173.      To decrease MIC input, use: Ctrl-Alt-PageDown
  174.  
  175.      To disable Karaoke Mode, type: "KARAOKE OFF" at the DOS prompt.
  176.  
  177.      [For the Windows Users]
  178.  
  179.      The Mixer utility provided by OPTi could be used as Karaoke
  180.      control tool. The MIC Level Control is designed to adjust the
  181.      Direct Microphone Output Volume. Move the Level to the bottom 
  182.      will shut off Mic output. Please adjust the Master Level as 
  183.      well to get the best microphone output level.
  184.  
  185.  
  186. 6)  CD-ROM Interface Setup Device Driver
  187.  
  188.      The CD-ROM Setup Device Driver is called CDSETUP.SYS. This 
  189.      driver sets up the interface of your CD-ROM to the MAD16 sound
  190.      card. Each time you change or add a CD-ROM to your sound card. 
  191.      The line "DEVICE=CDSETUP.SYS..." will be added to the first line 
  192.      of your CONFIG.SYS file before the CD-ROM device driver line. 
  193.      CDSETUP.SYS is defined as follows:
  194.      
  195.      DEVICE=[drive:]\[directory]\CDSETUP.SYS /T:[M/S/P/I/X] /P:[addr] 
  196.             /I:[IRQ] /D:[DMA]  
  197.  
  198.      [drive] = drive where you have the driver installed
  199.      [directory] = directory where the driver is located
  200.      [M/S/P/I/X] = M stands for Mitsumi
  201.                    S stands for SONY
  202.                    P stands for PANASONIC
  203.                    I stands for IDE drive
  204.                    X stands for disabled
  205.  
  206.      [address] = Port address for CD-ROM (320, 330, 340, 360)
  207.  
  208.      [IRQ] = Interrupt number (5,7,9,10,11)
  209.  
  210.      [DMA] = DMA channel (0, 1, 3)
  211.  
  212.      For example, the following line sets up the interface for a 
  213.      Mitsumi CD-ROM:
  214.  
  215.      DEVICE=C:\OPTI930\CDSETUP.SYS /T:M /P:340 /I:10
  216.  
  217.      If you did not specify the /I or /D options, CDSETUP will 
  218.      automatically choose the default setting for the CD-ROM type 
  219.      your have specified.
  220.  
  221.      - For Mitsumi, the IRQ is 10 and DMA is disabled.
  222.      - For SONY, they are both disabled.
  223.      - FOR PANASONIC, they are both disabled.
  224.  
  225.      For IDE drive, you need to just specify the /T:I option. 
  226.      Specifying any other option in addition to this will be ignored.
  227.      The I/O Port and Interrupt for IDE is located at 170H and Int 15.
  228.  
  229.  
  230. 7)  Run DOS games in Windows  
  231.  
  232.      Our implementation is designed for those DOS games which have
  233.      icons in Windows and run in full screen DOS and close after 
  234.      finished. When multiple DOS boxes are open, only the first 
  235.      DOS box owns the audio device. DOS Box support could be very 
  236.      complicated, we have to concentrate our implementation only on 
  237.      those features most useful to the general users. We recommend 
  238.      to run game or play audio in DOS box only one at a time. 
  239.      Close the DOS box which owns the device will return the device 
  240.      to Windows. Then you can play audio in Windows or run another 
  241.      DOS game.
  242.  
  243.      !! Notes !!
  244.      a) Sometimes, the Setup of the PIF file of a DOS game is crucial.
  245.         To make a game work effectively under Windows, you probably 
  246.         have to try a few alternative options through PIF editor.
  247.      b) Not all the DOS games can run in Windows' DOS BOX. Some of 
  248.         them just don't run because of system restrictions. DOOM is
  249.         one of those games failed in DOS BOX. Windows 95 provides
  250.         much better DOS BOX support and DOOM is OK with Windows 95
  251.         DOS BOX.
  252.